home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / opbonus.arc / UNITINFO.ARC / UNITINFO.DOC < prev    next >
Text File  |  1991-03-20  |  1KB  |  27 lines

  1. UNITINFO - Display information about 5.5 and 6.0 TPU files
  2. ----------------------------------------------------------
  3. Brian Foley
  4. TurboPower Software
  5. 11/90
  6. Version 1.2
  7. Copyright (c) 1989,1990 TurboPower Software
  8. Released to the public domain
  9.  
  10. UNITINFO is a utility program that displays the following information about
  11. Turbo Pascal 5.5 or 6.0 TPU files (the version it is compiled with determines
  12. which version's TPU files it works with):
  13.  
  14. - the state of the $D+ directive when the unit was compiled
  15. - the state of the $L+ directive when the unit was compiled
  16. - the state of the $N+ directive when the unit was compiled *
  17. - the state of the $O+ directive when the unit was compiled
  18. - the total amount of code in the unit
  19. - the total amount of data in the unit
  20.  
  21. Note that the information shown for the $N directive will not always be
  22. accurate. If the unit was compiled with $N+, but contains no floating point
  23. arithmetic, $N- will be shown.
  24.  
  25. For instructions on how to use UNITINFO, compile it to an EXE file and enter
  26. "UNITINFO" at the DOS prompt (no command line parameters).
  27.